This backend-specific and libgtk-only API is now unused,
so drop it.
{
return GDK_WAYLAND_DRAG_CONTEXT (context)->data_source;
}
-
-GdkWindow *
-gdk_wayland_drag_context_get_dnd_window (GdkDragContext *context)
-{
- GdkWaylandDragContext *wayland_context;
-
- wayland_context = GDK_WAYLAND_DRAG_CONTEXT (context);
- return wayland_context->dnd_window;
-}
void
gdk_wayland_selection_clear_targets (GdkDisplay *display, GdkAtom selection);
-#define gdk_wayland_drag_context_get_dnd_window gdk_wayland_drag_context_get_dnd_window_libgtk_only
-GDK_AVAILABLE_IN_ALL
-GdkWindow *
-gdk_wayland_drag_context_get_dnd_window (GdkDragContext *context);
-
#endif
G_END_DECLS